ATI Industrial Automation   ATI DAQ FT .NET Demo  

Visit our website.

Data Collection Screen

This screen allows you to collect streaming data continously to file. The resulting comma-delimited file can be opened directly in Excel and many other applications.

The output file has a timestamp at the beginning of the file, but no timestamp is necessary for individual records, because every sample collected represents exactly one period of the effective sampling rate. The effective sampling rate is is the raw sample rate divided by the averaging level. Both the raw sample rate and averaging level are included in the output file. To set the raw sample rate and the averaging level, see the DAQ Device Options Screen.

Filename

The path to the file to save data in.

Buffer Size

The buffer size is the number of data points that are written to file at one time. While collecting data, the program will read <buffer size> samples, perform the math to convert the strain gauge voltages into forces and torques, and write the resulting force and torque values to file. This repeats until you hit the Stop button or a stop condition you specify is met.

If the buffer size is too large, the program will spend a lot of time waiting to read data from the DAQ hardware, and may appear to hang up. If the buffer size is too small, the program may not have enough time to perform the matrix calculations between reading buffers, and data may be missed (an error message will be displayed if any data points are missed). The buffer size always defaults to one-tenth (1/10) of the effective sample rate, which generally provides good performance in both application responsiveness and data collection.

In general, you should only increase the buffer size if your computer is experiencing general performance issues. If increasing the buffer size does not alleviate the problem, you may have to decrease the sample rate.

Start and Stop Button

This button starts and stops data collection. When data is not being collected, press this button to start collecting. When data is being collected, press this button to stop collecting. This button is grayed-out until you set the filename.

Collect Gauge Values

This checkbox allows you to collect raw gauge data, instead of resolved forces and torques. When you are collecting gauge data, the readings are not buffered, so the buffer size field is not used. Also, since data is not buffered, no error message is displayed if data points are missed. This method of collecting data is primarily for troubleshooting purposes.

Bias Button

This button biases (tares) the current load of the sensor. There is a live display of data in the Collection Status section when data is not being collected, so you can make sure that the sensor is properly biased before beginning collection.

Collection Status

This area of the screen displays the status of the current collection. While collection is going on, the number of records saved so far will be displayed here, along with the first reading in the most recent buffer. When you are not collecting data, there is a live display of data so you can be sure the sensor is properly biased.

Delay Before Start

Here you can specify a delay before data is recorded to file. You can choose to have no delay (the default selection), to skip a certain number of samples at the beginning, or to wait for a specified number of milliseconds after the Start button is pressed.

Stop Condition

The stop condition determines when data collection is stopped. You can continue collecting until the Stop button is pressed (the default selection), until a certain number of milliseconds have passed, or after a certain number of samples are collected.

See Also

DAQ Device Options Screen | F/T Sensor Options Screen